All Questions
1 question
1vote
1answer
912views
Calculate simple arithmetic string in Scala
Problem Given an arithmetic string like 2+2*3 calculate result 8. Assumptions you can make string will be always well formed (no error checking needs to be done) only operators passed in string ...